home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineSprite_522 / frame_52 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  337 b   |  19 lines

  1. call("_level0/lib:loadchannel");
  2. tellTarget("_level25")
  3. {
  4.    gotoAndStop("channel");
  5. }
  6. tellTarget("group/icon" add eval("../:selectedChan") add "/inner/clip")
  7. {
  8.    gotoAndStop(1);
  9. }
  10. set("frame/play/btnObj:title","stop");
  11. tellTarget("../")
  12. {
  13.    gotoAndStop(3);
  14. }
  15. tellTarget("outerHighlight")
  16. {
  17.    gotoAndStop("hold");
  18. }
  19.